home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows3 / mulrun12.zip / MULTIRUN.DOC next >
Text File  |  1992-02-21  |  9KB  |  227 lines

  1. ************************************************** MultiRun 1.2
  2.  
  3. Stephen Posey
  4. Yggdrasil Software
  5. 1128 Pauline St.
  6. New Orleans, LA 70117
  7.  
  8.  
  9.  
  10. WHAT IS MULTIRUN?:
  11. MultiRun is a simple Windows utility that allows you to make
  12. program associations based on file extensions.
  13.  
  14.  
  15. WHY MULTIRUN?:
  16. I decided I wanted something like this when I got the Norton
  17. Desktop for Windows.  NDW allows you to specify a default editor to
  18. run whenever the Edit command is selected from a menu or
  19. the ButtonBar.
  20.  
  21. This was wonderful, but I wanted to be able to run the appropriate 
  22. editor for the kind of file that I'd selected.  Windows, of course, 
  23. allows you to specify File Associations for pretty much any 
  24. extensions you want (.COM, .EXE, .BAT, and .PIF being notable 
  25. exceptions), but I still wanted to assign the editing function to a 
  26. button or a menu selection; I felt that it would be more natural when 
  27. I selected (for instance) a PIF file, if "Edit" would then run PifEdit.
  28.  
  29. I've noticed that many other replacement shells for Windows include 
  30. the capability to assign a default editor as a command.  MultiRun 
  31. should work with any of these as well.  Neither the Program Manager 
  32. nor the File Manager that come with Windows have this feature as far 
  33. as I know--too bad for anyone not using a replacement shell.
  34.  
  35. The first time I uploaded MultiRun to CompuServe I discovered that 
  36. someone else had beaten me to the punch and had already uploaded a similar 
  37. utility called MultiEDIT. I downloaded it to see how it compared with 
  38. my product.  
  39.  
  40. The first thing I noted was that it had been uploaded as freeware, 
  41. so the price was certainly unbeatable.  I then tried it out and discovered 
  42. that while the .EXE file is much smaller, there is little perceptable 
  43. difference in how fast the two utilities operate.  I then tried to get 
  44. MultiEDIT to let me know when I'd goofed with its settings, it gave no 
  45. messages of any kind if I tried to edit an extension I hadn't yet 
  46. specified, nor did it let me know if it couldn't find the specified 
  47. application. MultiRUN (my product) is designed to be helpful in letting 
  48. you know what might have gone wrong with its operation.  
  49.  
  50. Another thing is that MultiEDIT stores its settings in WIN.INI rather than 
  51. having its own INI file as MultiRUN does.  Considering that every addtional 
  52. line in WIN.INI adds to Windows' load time, and how simple it is to use a 
  53. Private INI file, I find it hard to understand why even such a simple 
  54. application as MultiEDIT wouldn't have its own INI file.  
  55.  
  56. Anyway, the gist of this is that I think MultiRUN is a better application 
  57. overall in terms of functionality and user friendliness (it's also got a 
  58. niftier icon), but it can't beat MulitEDIT's price.
  59.  
  60.  
  61.  
  62. HOW DO I USE MULTIRUN?
  63.  
  64. 1.) Copy the MULTIRUN files to your Windows directory.
  65.  
  66. 2.) Call up whatever function allows you to assign the "default editor"         
  67.     in your shell program.
  68.     (In the Norton Desktop that is CONFIGURE/EDITOR...),
  69.  
  70. 3.) Replace whatever is the command line there now with:
  71.  
  72.           [drive:]\[Windows path]\MULTIRUN.EXE
  73.  
  74. 4.) Edit the MULTIRUN.INI file to reflect the associations you want;
  75.     they should all look something like:
  76.  
  77.           [EXT]=[drive:]\[program path]\[program name]
  78.  
  79.     for example:
  80.  
  81.           INI=c:\windows\notepad.exe
  82.     (note that the case of the letters is irrelevant)
  83.  
  84.     The ones in the included sample file should give you a starting place!
  85.  
  86.     Note: you may have MultiRun expressly refuse to edit certain types of 
  87.       files by specifying NULL as the program to run.  This can be useful 
  88.       as an added safeguard against accidentally corrupting program files 
  89.       etc., like if a naive person uses your computer and tries to edit 
  90.       an EXE file.
  91.  
  92. 5.) Use the editing function of your shell normally. It should now 
  93.     run the editor you specified by file extension and load the 
  94.     selected file into it.
  95.  
  96.  
  97. MULTIRUN ERROR MESSAGES:
  98. MultiRun is designed to capture pretty much any errors that are 
  99. likely to occur as part of its normal operation. These descriptions 
  100. will tell you what the likely problem is if you get such a message.
  101.  
  102.  
  103. -- No parameter secified
  104.         You didn't select a file to send to MultiRun.
  105.  
  106. -- Multiple parameters not supported
  107.         You selected more than one file to pass to MultiRun, MultiRun 
  108.         will only process the first file selected.
  109.  
  110. -- No association exists for extension <EXTENSION>
  111.         You haven't included the extension as one of your 
  112.         associations in MULTIRUN.INI, or possibly MultiRun couldn't 
  113.         locate MULTIRUN.INI, is it in your Windows directory? (This 
  114.         is very likely the problem if NONE of your associations seem 
  115.         to work!) MultiRun will then ask whether you want to edit its INI 
  116.     file using whatever editor you've specified for INI files (the 
  117.     default provided in the supplied INI file is NOTEPAD.EXE).
  118.  
  119. -- Unable to run <APPNAME>
  120.         MultiRun had some trouble running the program you associated.  
  121.         Most likely because there is some error in the path you 
  122.         specified in MULTIRUN.INI or maybe you got the .EXE filename 
  123.         wrong.  This message could also arise if there was 
  124.         insufficient memory under Windows to run a large program, or 
  125.         something was wrong with the .EXE file you specified (e.g. it 
  126.         hadn't been properly uncompressed from the source disk). MultiRun 
  127.     will then ask whether you want to edit its INI file using whatever 
  128.     editor you've specified for INI files (the default provided in the 
  129.     supplied INI file is NOTEPAD.EXE).
  130.  
  131.  
  132. -- <EXTENSION> type files not editable
  133.         Your MULTIRUN.INI file specifies <EXTENSION>=NULL, which makes 
  134.     MultiRun refuse to edit such files.
  135.  
  136.  
  137.  
  138. WHAT ELSE SHOULD I KNOW?:
  139. I am putting MultiRun on the market as shareware, that means that you 
  140. can try it out for free for a reasonable amount of time to see if 
  141. it's useful for you. If you decide you want to use it you are 
  142. expected to send the author (ME!!) a $15.00 registration fee (see the 
  143. registration form below).
  144.  
  145. Much of the shareware on the market these days seems to be 
  146. "CrippleWare" or "NuisanceWare", where either some features of the 
  147. program are disabled or the program includes "Nuisance" features 
  148. (reminder screens, time limits, inability to save files, etc.) to 
  149. "encourage" you to register the program.  I personally find these 
  150. practices somewhat at odds with the shareware "honor system" 
  151. philosophy.  As such, I have included no such features with MultiRun, 
  152. you've got the whole shebang as she now exists; I'm relying on you to 
  153. be ethical about this and register the program if you're using it.
  154.  
  155. I have some plans to upgrade MultiRun's functions in the future (a 
  156. good response to the program now will greatly influence how soon this 
  157. occurs), I'm offering the next upgrade free to anyone who registers 
  158. MultiRun 1.0.
  159.  
  160. I'd appreciate any feedback you might have on MultiRun, especially if 
  161. you spot any bugs or have any serious compatibility problems.  I'm 
  162. also open to suggestions regarding how I might improve MultiRun, my 
  163. plans as they stand include:
  164.  
  165.      -- A pop-up editbox that appears when you try to edit a file 
  166.         with an undefined extension which would then update the 
  167.         MULTIRUN.INI file; rather than simply loading an editor.
  168.  
  169.      -- A command line option to specify the section in the 
  170.         MULTIRUN.INI file to search, which would allow you to make 
  171.         alternate associations for different functions (e.g. using 
  172.         MultiRun to run different file viewers as well as editors).
  173.  
  174.      -- A "default" selection that would run if no other program was 
  175.         specified, though I haven't figured out how to reconcile that 
  176.     feature with the edit box above.  I guess MultiRun could ask 
  177.     whether to just go ahead and edit the file with the default 
  178.     editor or to modify MULTIRUN.INI.
  179.  
  180.  
  181.  
  182. MultiRun release history
  183. version 1.0 -- initial release: uploaded to CompuServe in Feb. 1992
  184.  
  185. version 1.2 -- added support for NULL (=uneditable) files
  186.                added support for editing MULTIRUN.INI directly from Multirun 
  187.  
  188.  
  189.  
  190.  
  191.    ................MULTIRUN REGISTRATION FORM......................
  192.  
  193.         Name: ________________________________________________
  194.  
  195.     Street address: ______________________________________
  196.  
  197.     City: __________________State: ______ Zip: ___________
  198.  
  199.         Where did you get MultiRun?___________________________
  200.  
  201.     ______________________________________________________
  202.  
  203.         ______________________________________________________
  204.  
  205.         How do you like MultiRun? ____________________________
  206.  
  207.         ______________________________________________________
  208.  
  209.         Any suggestions on how to improve MultiRun? __________
  210.  
  211.     ______________________________________________________
  212.  
  213.     ______________________________________________________
  214.  
  215.  
  216.     Send $15.00 US to:
  217.  
  218.     Yggdrasil Software
  219.     1128 Pauline St.
  220.     New Orleans, LA 70117
  221.     USA
  222.  
  223.  
  224.  
  225.   *****Thank you! *****Thank you! *****Thank you! *****Thank you! *****
  226.  
  227.